home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / FASTERPC / DRIVE_C / GAMES / #IM / UTILS / EXAMPLE.BAT next >
DOS Batch File  |  1994-04-24  |  176b  |  12 lines

  1. @echo off
  2. fpcexist.com
  3. IF ERRORLEVEL 1 GOTO NONFPC
  4. REM FasterPC detected
  5. FPCMouse
  6. GOTO COMMON
  7. :NONFPC
  8. REM Non FasterPC detected
  9. AMOUSE
  10. :COMMON
  11. REM Common Batch code
  12.